Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElementCollection<T> Class
Members


In This Topic
    SpreadChartElementCollection<T> Class
    In This Topic
    Represents a strongly typed collection for SpreadChartElement.
    Object Model
    SpreadChartElementCollection<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class SpreadChartElementCollection(Of T As SpreadChartElement) 
       Inherits NotifyCollection(Of T)
    'Usage
     
    Dim instance As SpreadChartElementCollection(Of T)
    [DefaultMember("Item")]
    public class SpreadChartElementCollection<T> : NotifyCollection<T> 
    where T: SpreadChartElement
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>
          GrapeCity.Windows.SpreadSheet.Data.NotifyCollection<T>
             GrapeCity.Windows.SpreadSheet.Data.SpreadChartElementCollection<T>
                GrapeCity.Windows.SpreadSheet.Data.DataSeriesCollection

    See Also